home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / free100.zip / FREE.TXT < prev   
Text File  |  1991-11-07  |  1KB  |  32 lines

  1.                         FREE v1.0
  2.                       by Jesse Gregg
  3.  
  4.  
  5. This is a simple program that will both give you the amount of free space you 
  6. have on your drive and list all drives and the current free space on each drive 
  7. and give you a total of all the space on the listed drives.
  8.  
  9. This is a very simple program that I happened to write just because I was sick 
  10. of using CHKDSK or doing a DIR to find out how much space I had on my drives.  
  11. There are plenty of programs that will give you elaborate graphical 
  12. representations of the space you have free, but I just wanted a nice simple 
  13. listing of free space available.
  14.  
  15. The syntax for FREE is as follows:
  16.  
  17.     FREE X:  where X = a drive letter will give the amount of free space on the
  18.              specified drive.
  19.  
  20.     FREE     with no arguments will search all drives, list free space on each
  21.              and give a total of all reported drives.
  22.  
  23.  
  24. This program is freeware and is offered to the user AS IS.  The author takes no 
  25. responsibility for any harm which may come from the use of this program (though 
  26. the author also can't concieve of much harm that could come from the use of this 
  27. program).
  28.  
  29. This program was coded in C++ and compiled using the Zortech C++ 3.0 compiler.
  30. This program represents tens of lines of code and maybe a whole hour's worth of 
  31. work (at best) so if you have a need for it, enjoy.
  32.